home *** CD-ROM | disk | FTP | other *** search
/ Champak 125 / Vol 125 (Damaged).iso / games / orbox.swf / scripts / DefineSprite_147 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-11-13  |  282 b   |  16 lines

  1. if(this.tlp.hitTest(_root.pra.done) == true)
  2. {
  3.    if(_root.tel == 1)
  4.    {
  5.       _root.m = _root.m1;
  6.       tel1.gotoAndPlay(3);
  7.    }
  8.    else
  9.    {
  10.       _root.x = _parent._x + tx;
  11.       _root.y = _parent._y + ty;
  12.       _root.tel = 1;
  13.       tel1.gotoAndPlay(11);
  14.    }
  15. }
  16.